home *** CD-ROM | disk | FTP | other *** search
/ HeiBe Erotik / HeiBe Erotik.iso / erovoll / dice / dice3.dir / 00088_Script_88 < prev    next >
Text File  |  1979-12-31  |  325b  |  13 lines

  1. on exitFrame
  2.   Global WurfStatus, WahlStatus, Fertig, Felder
  3.   repeat with i= 40 to 49
  4.     puppetsprite i, true
  5.     set the visible of sprite i to true
  6.   end repeat
  7.   repeat with i= 50 to 54
  8.     puppetsprite i, true
  9.     set the visible of sprite i to false
  10.   end repeat
  11.   --puppetsprite 9, true
  12.   go to "Init"
  13. end